SetScreenTipText
Sets the screen tip text of the hyperlink.
Syntax
expression.SetScreenTipText(sScreenTipText);
expression
- A variable that represents a ApiHyperlink class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
sScreenTipText | Required | string | The screen tip text of the hyperlink. |
Returns
boolean